
void GetTemplateInfo(short	theItem, templateInfo	*aNewCanvas)
{
	if (theItem <= kNumberOfFixedTemplates) return;
	ReadStruct(aNewCanvas, sizeof(templateInfo), 'cnvs', kCanvasStartCount+theItem/*-kNumberOfFixedTemplates*/);
}

((TTeps1000Application*)gApplication)->GetMarkedFileFSSpec(short Number)
((TTeps1000Application*)gApplication)->GetFileByIndex(short index, FSSpec	&theFSSpec)
templateInfo->nodeFile


gCurrentImageSpec
gCurrentImageSpec

gCurrentCanvas->canvasType

GWorldPtr GetOffscreenFromNodeFile(nodeFileFSSpec, imageFSSpec)
{
}